object fChScanParams: TfChScanParams Left = 190 Top = 151 BorderStyle = bsDialog Caption = 'Channels scan params' ClientHeight = 268 ClientWidth = 252 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 32 Top = 232 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 144 Top = 232 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Panel1: TPanel Left = 0 Top = 0 Width = 252 Height = 222 Align = alTop BevelOuter = bvNone BorderWidth = 4 Caption = ' ' TabOrder = 2 object rgScanMode: TRadioGroup Left = 4 Top = 4 Width = 244 Height = 77 Align = alTop Caption = 'Scanning Mode' ItemIndex = 0 Items.Strings = ( 'Cable channels grid' 'Aerial channel grid' 'Continuous frequencies interval') TabOrder = 0 OnClick = rgScanModeClick end object GroupBox1: TGroupBox Left = 4 Top = 125 Width = 244 Height = 69 Align = alTop Caption = 'Scan range ' TabOrder = 1 object Label1: TLabel Left = 10 Top = 20 Width = 51 Height = 13 Caption = 'Begin freq ' end object Label2: TLabel Left = 160 Top = 20 Width = 43 Height = 13 Caption = 'End freq ' end object eLoValue: TEdit Left = 10 Top = 37 Width = 57 Height = 21 TabOrder = 0 Text = '40' OnChange = eLoValueChange end object udLowValue: TUpDown Left = 67 Top = 37 Width = 15 Height = 21 Associate = eLoValue Min = 35 Max = 900 Position = 40 TabOrder = 1 Wrap = False OnChangingEx = udLowValueChangingEx end object udHiValue: TUpDown Left = 216 Top = 37 Width = 15 Height = 21 Associate = eHiValue Min = 36 Max = 900 Position = 900 TabOrder = 2 Wrap = False end object eHiValue: TEdit Left = 159 Top = 37 Width = 57 Height = 21 TabOrder = 3 Text = '900' OnChange = eHiValueChange end end object GroupBox2: TGroupBox Left = 4 Top = 81 Width = 244 Height = 44 Align = alTop Caption = 'Default TV Standard ' TabOrder = 2 object cbVideoStandart: TComboBox Left = 10 Top = 15 Width = 223 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 Items.Strings = ( 'NTSC M' 'NTSC MJ ' 'NTSC 433' 'PAL B' 'PAL D' 'PAL H' 'PAL I' 'PAL M' 'PAL N' 'PAL 60' 'SECAM B' 'SECAM D' 'SECAM G' 'SECAM H' 'SECAM K' 'SECAM K1' 'SECAM L' 'SECAM L1' 'PAL N COMBO') end end object cbClearListBeforeScanning: TCheckBox Left = 4 Top = 200 Width = 245 Height = 17 Caption = 'Clear the channels list before scanning' TabOrder = 3 end end end